From 39d58eb7db26d13858a535fea97c724954922a33 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Sep 2004 04:38:26 +0000 Subject: [PATCH] *** empty log message *** --- gpsbabel/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index e9dfb8fca..9a524f6a8 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -5,6 +5,11 @@ # INHIBIT_EXPAT=-DNO_EXPAT LIBEXPAT=-lexpat #-lefence +# USB may required non-standard libraries (like libusb) be installed +# and may not be available on all OSes. Uncomment this to remove the key +# parts of USB from the build. +INHIBIT_USB=-DNO_USB + # # Enable either or both of these as you wish. # @@ -79,8 +84,8 @@ dep: (echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)' ) >> /tmp/dep echo Edit Makefile and bring in /tmp/dep -VERSIONU=1_2_4_beta07242004 -VERSIOND=1.2.4_beta07242004 +VERSIONU=1_2_4_beta09012004-steve +VERSIOND=1.2.4_beta09012004-steve #VERSIONU=1_2_3 #VERSIOND=1.2.3 -- 2.30.2